
displayer:  main.cpp shmget.c display.h
	g++ `wx-config --libs --cxxflags` main.cpp shmget.c -o displayer

demo: mymandel displayer

mymandel: display.c mandel.c pixel.c display.h
	gcc display.c  mandel.c  pixel.c -lrt -o mymandel

